Hide calendar icon

47

/* Hide the clear button from date input */

input[type="date"]::-webkit-clear-button {
 -webkit-appearance: none;
  display: none;
}

Comments

Submit
0 Comments